home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / ecto 2.7 / ecto_2_3_8_setup.exe / ectoHelp.chm / styles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-08-31  |  748 b   |  45 lines

  1. body {
  2.     font-family: Verdana, Arial, Helvetica, sans-serif;
  3.     background-color: #909090;
  4. }
  5.  
  6. #content {
  7.     background: url(helpicon.jpg) #CECECE top left no-repeat;
  8.     border: 1px solid #444;
  9. }
  10.  
  11. a {text-decoration: none; color: #000; font-style: oblique; font-weight: bold;}
  12. a:hover {text-decoration: none; background-color: #000; color: #FFF;}
  13.  
  14. h2 {
  15.     font-weight: bold;
  16.     font-size: 21px;
  17.     margin: 20px 20px 0px 60px;
  18. }
  19.  
  20. h3 {
  21.     font-weight: bold;
  22.     font-size: 13px;
  23.     margin: 10px;
  24. }
  25.  
  26. p {
  27.     font-size: 11px;
  28.     margin: 10px 20px;
  29. }
  30.  
  31. ul {
  32.         font-size: 12px;
  33. }
  34.  
  35. img {
  36.         margin: 4px;
  37. }
  38.  
  39. blockquote {
  40.         margin: 15px;
  41.         padding: 10px;
  42.         background-color: #B4B4B4;
  43.         font-size: 11px;
  44. }
  45.